CalendarPermissionLevel Enumeration |
Represents the permission level that a user has on a Calendar folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic enum CalendarPermissionLevel
Public Enumeration CalendarPermissionLevel
Members|
| Member name | Value | Description |
|---|
| Owner | 0 |
Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders.
The user is both folder owner and folder contact.
|
| PublishingEditor | 1 |
Indicates that the user can create, read, edit, and delete all items in the folder, and create subfolders.
|
| Editor | 2 |
Indicates that the user can create, read, edit and delete all items in the folder.
|
| PublishingAuthor | 3 |
Indicates that the user can create and read all items in the folder, edit and delete only items that the user creates, and create subfolders.
|
| Author | 4 |
Indicates that the user can create and read all items in the folder, and edit and delete only items that the user creates.
|
| NoneditingAuthor | 5 |
Indicates that the user can create and read all items in the folder, and delete only items that the user creates.
|
| Reviewer | 6 |
Indicates that the user can read all items in the folder.
|
| Contributor | 7 |
Indicates that the user can create items in the folder. The contents of the folder do not appear.
|
| FreeBusyTimeOnly | 8 |
Indicates that the user can view only free/busy time within the calendar.
|
| FreeBusyTimeAndSubjectAndLocation | 9 |
Indicates that the user can view free/busy time within the calendar and the subject and location of appointments.
|
| Custom | 10 |
Indicates that the user has custom access permissions on the folder.
|
| None | 11 |
Indicates that the user has no permissions on the folder.
|
See Also